Without this we leak an fd on each domain shutdown and eventually run
authorStefano Stabellini <sstabellini@xensource.com>
Mon, 19 Jul 2010 11:21:24 +0000 (12:21 +0100)
committerStefano Stabellini <sstabellini@xensource.com>
Mon, 19 Jul 2010 11:21:24 +0000 (12:21 +0100)
commit1f7a33f7c7043bf5feabd138e2349544e86f87c3
treed4685afd614fbd6dcbf50a8860b84600d4860606
parent870648146f69bcd7886b5dbbb25ad80ba1c43f56
Without this we leak an fd on each domain shutdown and eventually run
out of file descriptors meaning new the console of new domains are not
logged.

Seems to have been accidentally removed in 16638:28921e83000b.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
tools/console/daemon/io.c